Loading...
 

SetFormat (FString)

SetFormat (FString widget)

SetFormat(windowID, fstringID), SetFormat(, fstringID), SetFormat

Parameters: Identifier of a Windows and a FormattedString

Stack
Stack Position Description
Stack(In) Top ]
top one editMask
top two constantText
top three [
Stack(Out) -

For the identical command for Obox widgets, see SetFormat (Obox).

For use and syntax of this command see the explanation of the command FString.

Calling this command overwrites the corresponding editMask and constantText parameters in the declaration of the widget, i.e. after setting, the widget behaves exactly as if it had been initialized with these values from the beginning.

Module(...)

[

  INITIALIZE: [ "000000" "000000" ] -> billingFormat

]

...

FString(CX_INVOICE::uniqueID, 120, 4, 90, "", "")
[ INITIALIZE: billingFormat SetFormat ]

 

Lake so